home *** CD-ROM | disk | FTP | other *** search
/ Secret Service 52a / SSERVCD_52A.iso / Demos / DarkR / dkrdemo.exe / Dark Reign / DATA / DARK / SCENARIO / FIXED / M03F / M03F5.FSM < prev    next >
Text File  |  1997-10-27  |  262b  |  20 lines

  1.  
  2. ;
  3. ; FSM  Conditions for team 5
  4. ;
  5. DefineAICondTree()
  6. {
  7.   ;
  8.   ; Conditional State 
  9.   ;
  10.   DefineCondState()
  11.   {
  12.     DefineCondition(1 0 0 0 "D")  
  13.           {          
  14.      CritTimer(900000) 
  15.         }   
  16.   
  17.   
  18.     SetAlliance(1 1 1 1 1 2 1 1) 
  19.   }
  20. }